home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / S / Stuffit XCMDs.cpt / Stuffit XCMD Notes < prev    next >
Text File  |  1990-08-20  |  2KB  |  47 lines

  1. Contained in the MicroPhone II 3.0 document are two XCMDs -  Stuff and UnStuff.
  2. These XCMDs allow you to create Stuffit Deluxe archives as well as decompressing
  3. both Stuffit Deluxe/Classic and Stuffit 1.5.1 archives.  They require the presence 
  4. of the 'Stuffit Engine™' which is part of the Stuffit Deluxe package.  If the 
  5. Engine is not present, these XCMDs will not work, and will return an error
  6. in theResult.
  7.  
  8. These are standard XCMDs and although I have only tested them in MicroPhone II 
  9. and Hypercard, though there is no reason why they should not work with Supercard or
  10. other applications which support XCMDs and the standard callbacks.
  11.  
  12. The XCMDs have the following syntax in version 1.0:
  13.     Stuff archiveName, fileName, compressionType
  14.         - archiveName is a full pathname for the new archive you want created.
  15.         - fileName is a full pathname to a text file which contains a carriage 
  16.           return(CR) delimited list of files and folders to be archived.  
  17.           See the Example Batch file contained in this archive for an example.
  18.         - compressionType is an integer representing which compression to use
  19.             None = 0
  20.             Faster = 1
  21.             Fast = 2
  22.             Better = 3
  23.     UnStuff archiveName
  24.         - archiveName is a full pathname for the archive you want unstuffed. The
  25.           contents of the archive are placed into a new folder called 
  26.           'archiveName Folder'. This is similar to QuickUnstuff and Magic Menu.
  27.  
  28. The MicroPhone II 3.0 document includes scripts which show how to use the XCMDs
  29. and you are free to use these scripts as is, or modified to your needs in any
  30. documents that you wish.  The document and the XCMDs are freely distributable, BUT
  31. may not be sold directly or with any other product without my permission. 
  32. I do, however, give permission for user groups such as BMUG, BCS, NYMUG, etc. to 
  33. include these in their software libraries and CD-ROM collections.  This does not
  34. include for profit groups such as Educomp, though I do give permission to the folks
  35. at Somak Software.
  36.  
  37. Stuff and Unstuff XCMDs, ©Leonard Rosenthol and Lazerware, inc.
  38. Stuffit, Stuffit Classic, Stuffit Deluxe, & Stuffit Engine, ©Aladdin Systems
  39. MicroPhone & MicroPhone II, ©Software Ventures Corporation
  40.  
  41. If you have any comments, suggestions, etc. for these XCMDs, please send them to:
  42.  
  43. Leonard Rosenthol                GEnie:         MACgician
  44. Software Ventures                AOL:         MACgician1
  45. 2907 Claremont Ave.                Internet:     leonardr@svc.portal.com OR svc@well.UUCP
  46. Berkeley, CA  94705                AppleLink:     D0025
  47.